home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / polski_aminet / miroslaw_siedlarz / bcc / bcclib / sources / bcc_xget.c < prev    next >
C/C++ Source or Header  |  1997-05-30  |  150b  |  11 lines

  1. #include <libraries/mui.h>
  2.  
  3. #include <proto/intuition.h>
  4.  
  5. LONG BCC_XGet(Object *obj,ULONG attribute)
  6. {
  7.     LONG x;
  8.     get(obj,attribute,&x);
  9.     return(x);
  10. }
  11.